home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / wpf.zip / WPF.DOC < prev    next >
Text File  |  1992-02-05  |  2KB  |  40 lines

  1. Program:
  2.     WPF.exe
  3.  
  4. Version:
  5.     1.44
  6.  
  7. Author:
  8.     Alex Kicelew, Moscow, Russia
  9.  
  10. Distribution:
  11.     Freeware
  12.  
  13. Description:
  14.     WPF is file wiper. The only reason in which I've written it is that
  15.     Norton's WipeFile/WipeInfo not allows me to wipe *.c *.asm *.h one
  16.     time, for example.
  17.  
  18. Usage:
  19.     WPF [/P][/N] <filespec>... [ [/D][/S] <filespec>...] [/X <filespec>...]
  20.         /D DD Only delete, not wipe                                           
  21.               (Only for files after this switch).                              
  22.         /H DD This help screen.                                               
  23.         /N DD Not delete empty subdirectories.                                
  24.         /P DD Confirmation for each file.                                     
  25.         /S DD Include subdirectories                                          
  26.               (Only for files after this switch).                              
  27.         /X DD Exclude following files.                                        
  28.         /? DD This help screen.                                               
  29.                                                                               
  30.         <filespec> can include wildcards (`?' and `*')                        
  31.  
  32.     The keys /N and /P may be in any place in command line and have
  33.     effect on all seance. The keys /D and /S have effect only for
  34.     files, which are AFTER those keys in command line. For example,
  35.     command WPF *.c /s *.asm will wipe all .C files in current directory
  36.     and all .ASM files in current directory and its subdirectories.
  37.     The /X key have effect for files that are after it in command line too.
  38.     For example, command WPF *.c /s *.asm /d *.* /x *.exe *.sys will
  39.     work as described above, then it will delete all files (include
  40.     subdirectories) except any .EXE and .SYS files.